UIVerticalSpacer
	UICollection {horizontalSpacing:"0.1"}
		UIText {text:"Credits\n"}
		UICollection
			UIText {text:"Playtesters:\n"}
			UICollection {verticalSpacing:"0.0",horizontalSpacing:"1.0"}
				UIText {text:"Shawn\nchaotic_iak\nJeremy Hoffman\nRicky Zhou\nMisshapenSmiley"}
				UISpacer {width:"0.1"}
				UIText {text:"Oliver\nPatashu\nDeusovi\noolimry"}
			end
			UIText {text:"\nSpecial Thanks:\n\nYou\nGod"}
		end
	end
	UICollection
		UIButton {text:"Prev page",onclick:"switchmenu build data/menus/credits 01.txt"}
		UIButton {text:"Back",onclick:"supermenu"}
	end
end